Skip to content

Conversation

@zzambers
Copy link
Contributor

@zzambers zzambers commented Nov 3, 2025

Adds hotspot vmTestbase_vm_mlvm target to openjdk tests.
(VM testbase mlvm tests were opensourced in jdk11, but are currently missing in aqa-tests.)
Fixes: #6713

TESTING:
jdk11: RESULTS
x86-64_linux, aarch64_linux, s390x_linux, x86-64_mac, x86-64_windows, x86-32_windows: OK

jdk17: RESULTS
x86-64_linux, x86-64_windows, x86-64_mac: OK
ppc64_aix: 1 FAILURE (OOM)
vmTestbase/vm/mlvm/mixed/stress/java/findDeadlock/TestDescription.java.TestDescription

jdk21: RESULTS
x86-64_linux, aarch64_linux, s390x_linux, x86-64_windows, x86-64_mac: OK

jdk25: RESULTS
x86-64_linux, s390x_linux, x86-64_mac, x86-64_windows, riscv64_linux, , ppc64le_linux: OK
ppc64_aix: 1 FAILURE (OOM)
vmTestbase/vm/mlvm/mixed/stress/java/findDeadlock/TestDescription.java.TestDescription

@zzambers
Copy link
Contributor Author

zzambers commented Nov 3, 2025

1 tests is failing on AIX (OOM; tried re-run -> same):
vmTestbase/vm/mlvm/mixed/stress/java/findDeadlock/TestDescription.java.TestDescription

created issue: #6715
excluded on AIX

Copy link
Contributor

@sophia-guo sophia-guo left a comment

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

LGTM.

@sophia-guo
Copy link
Contributor

Need resolve conflicts. Same as #6702 might need cherrypick for January release.

@karianna
Copy link
Contributor

karianna commented Dec 3, 2025

Need resolve conflicts. Same as #6702 might need cherrypick for January release.

pinging @zzambers directly JIC they missed this :-)

@smlambert
Copy link
Contributor

@sophia-guo / @zzambers - We do not need to cherrypick these for January, as these new tests are now expected to run green and pass in order to publish builds.

We should in fact have brought all of these new targets in under "dev" versus "extended" so they are not blocking a release, until we let them soak for a while, and warned any Adoptium working group members listing builds in the marketplace and required to pass the 9 top-level targets to become "AQAvit verified" that new test targets are being added (the quality bar has been raised).

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Labels

None yet

Projects

None yet

Development

Successfully merging this pull request may close these issues.

openjdk: add target for vm testbase MLVM tests

4 participants